home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / compsci / arcsgm.cpt / ARC SGML 1.0 / docs / VM2HELP for the Mac < prev    next >
Encoding:
Text File  |  1991-12-17  |  1.6 KB  |  37 lines

  1.                  VM2 User-friendlier Documentation
  2.                 (for Macintosh Users)
  3.  
  4. Requires: SGML.MSG in the same folder as VM2, unless
  5.           the exact pathname is specified with the -m switch (see below).
  6.  
  7. Syntax: VM2 [options] entity-id [options]
  8.  
  9. Options: (syntax example: -d -e -f -g -mSGML.MSG -p1 -r)
  10.  
  11. -s  Show details of SGML parsing (default: error messages only, no details).
  12. -c  Data or PI chars to print if -s specified: 0 or more (default: 10).
  13.  
  14.     NOTE TO IMPLEMENTERS: The following options are supported by the
  15.     SGML parser for all text processors.  (The preceding are unique to VM2.)
  16.  
  17. -d  Report duplicate entity declarations (default: not reported).
  18. -e  Suppress entity stack trace in error msg (default: entity trace on).
  19. -f  Files located in current directory only (default: files anywhere on path).
  20. -g  Suppress GI stack trace in error messages (default: GI trace on).
  21. -m  Pathname of error message file (default: SGML.MSG).
  22. -p  Number of passes desired: 1 or more (default: 1 pass).
  23. -r  Give warning for defaulted entity references (default: no warning).
  24.  
  25. Entity-id:
  26.  
  27. The "entity-id" is a Macintosh file specification that identifies the
  28. SGML document entity.  ARCSGML allows a single entity to be split over several 
  29. files (for example, the prolog could be in one file and the document instance
  30. in another).  In this case, the "entity-id" could be a sequence of file
  31. identifiers joined with semicolons in a quoted string, such as:
  32.  
  33.    "concat1;concat2"
  34.  
  35. This form of a command is not supported in the Commando MPW interface. It must be
  36. entered from the Worksheet.
  37.